summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorshinra-electric <50119606+shinra-electric@users.noreply.github.com>2024-01-19 17:28:53 +0100
committerGitHub <noreply@github.com>2024-01-19 17:28:53 +0100
commit5ea8f05ec6f759aff24aab39420642257d3a89bb (patch)
tree3d16df5c149ebf49ad8c0a6870f47cc3b30f5adc
parentMerge pull request #12687 from german77/amiibo-lock (diff)
downloadyuzu-5ea8f05ec6f759aff24aab39420642257d3a89bb.tar
yuzu-5ea8f05ec6f759aff24aab39420642257d3a89bb.tar.gz
yuzu-5ea8f05ec6f759aff24aab39420642257d3a89bb.tar.bz2
yuzu-5ea8f05ec6f759aff24aab39420642257d3a89bb.tar.lz
yuzu-5ea8f05ec6f759aff24aab39420642257d3a89bb.tar.xz
yuzu-5ea8f05ec6f759aff24aab39420642257d3a89bb.tar.zst
yuzu-5ea8f05ec6f759aff24aab39420642257d3a89bb.zip
-rw-r--r--src/yuzu/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu/CMakeLists.txt b/src/yuzu/CMakeLists.txt
index 90278052a..93b03b917 100644
--- a/src/yuzu/CMakeLists.txt
+++ b/src/yuzu/CMakeLists.txt
@@ -351,7 +351,7 @@ if (APPLE)
if (NOT USE_SYSTEM_MOLTENVK)
set(MOLTENVK_PLATFORM "macOS")
- set(MOLTENVK_VERSION "v1.2.5")
+ set(MOLTENVK_VERSION "v1.2.7")
download_moltenvk_external(${MOLTENVK_PLATFORM} ${MOLTENVK_VERSION})
endif()
find_library(MOLTENVK_LIBRARY MoltenVK REQUIRED)